@charset "UTF-8";


.book_list {
	text-align: center;
}

ul 
{
	list-style-type: none;
	font-size: 1.5em;
}

h2 {
	text-align: center;
	font-size: 2em;
}

footer {
	background-color: black;
	color: aqua;
	font-size: 1.5em;
	border: solid;
	border-radius: 25px;
	margin-bottom: 1em;
	padding: 1em;
}

li {
	padding-bottom: 0.5em;
}



p {
	text-indent: 0em;
}



	  
